From: André Spiegel Date: Fri, 16 Apr 2004 10:21:51 +0000 (+0000) Subject: (vc-default-workfile-unchanged-p): Quote signal. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23164 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1c7adbe97197ea95dce4e2740bb9da543e21109e;p=emacs.git (vc-default-workfile-unchanged-p): Quote signal. --- diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 80b9766caa0..e7278dcd2fa 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -6,7 +6,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel -;; $Id: vc-hooks.el,v 1.165 2004/03/28 17:38:03 monnier Exp $ +;; $Id: vc-hooks.el,v 1.166 2004/04/11 15:03:21 spiegel Exp $ ;; This file is part of GNU Emacs. @@ -475,7 +475,7 @@ Return non-nil if FILE is unchanged." (vc-find-backend-function (vc-backend file) 'diff)))) (not (eq (caddr err) 5))) - (signal wrong-number-of-arguments err) + (signal 'wrong-number-of-arguments err) (vc-call diff file)))))) (defun vc-workfile-version (file)